PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


Theme Scroll Box Style Constants

You can call the function GetThemeScrollBarThumbStyle to obtain the type of scroll boxes (also known as "scroll indicators" or "thumbs") being used in the current theme. The ThemeScrollBarThumbStyle constants are available with Appearance Manager 1.1 and later.

enum {
    kThemeScrollBarThumbNormal          = 0,
    kThemeScrollBarThumbProportional    = 1
};
typedef UInt16 ThemeScrollBarThumbStyle;

Constant descriptions

kThemeScrollBarThumbNormal
A classic scroll box.
kThemeScrollBarThumbProportional
A proportional scroll box.

© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)